Skip to main content

MSI Server

Local Git Projects

  • gqc/
    • basic_streamlit_app/
    • cctv-apps/
    • compute-canada/
    • compute-msi/
    • gqc-utility-notebooks/
    • gqc-utility-python/
    • loe_coe_app_deven_fork/
    • pipe_breaks/
    • pipe-breaks-transfer-learning/
    • simple-image-server/

Python

Installed Versions

  • 3.8.19
  • 3.9.19
  • 3.10.12

Virtual Environments

  • cctv-apps
  • compute-msi
  • cuda
  • gqc-utility-notebooks
  • gqc-utility-python
  • pipe-breaks38

Storage

  • 2 TB internal NVMe SSD - WD Green SN350 2TB
    • The original SSD that came with the machine.
    • This originally had Windows on it, but we have since reformatted the drive.
    • ext4 filesystem
    • Mounted to /data0
  • 2 TB internal NVMe SSD - WD_BLACK SN850X 2000GB
    • Newer SSD that we installed for dual booting Ubuntu alongside the original Windows drive.
  • 10 TB external HDD (unionsine1)
  • 10 TB external HDD (unionsine2)
  • 5 TB external HDD (WD_BLACK)

Databases

  • None

fstab

This is the current fstab configuration as of 11-6-2024:

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme1n1p2 during installation
UUID=b30fcfe6-0476-4eb9-996b-d54fceedd1e1 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme1n1p1 during installation
UUID=5599-EB9E /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0

# ######################################################
# Extra internal drives:
# -----------------
# WD Green (/data0)
UUID=10104b0b-ffb6-4743-917b-880ef3ee4138 /data0 ext4 defaults,nofail 0 2

# ######################################################
# External drives:
# -----------------
# unionsine2 167EA5567EA52F83
UUID=167EA5567EA52F83 /media/gqc/unionsine2 ntfs defaults,nofail 0 2
# -----------------
# WD_BLACK 2C3E-11D2
UUID=2C3E-11D2 /media/gqc/WD_BLACK exfat defaults,nofail 0 2
# -----------------
# unionsine1 5C026ACD026AABA8
UUID=5C026ACD026AABA8 /media/gqc/unionsine1 ntfs defaults,nofail 0 2